home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-08-11 | 407 b | 9 lines | [TEXT/ScoM] |
- g-duplicate2 seed count low high list
-
- Use this function to generate any number-of-repeats of given range of a symbol-pattern.
-
- (g-duplicate2 .545 '(1 5 1 7 1) 1 2 '((abef) (c d) (abcfg) (d e) (abdef)))
- => ((abef) (c d c c d) (abcfg) (d d e d e e d) (abdef))
-
- (g-duplicate2 .545 '(2 5 2 7 2) 1 2 '((abef) (c d) (abcfg) (d e) (abdef)))
- => ((abef abef) (c d c c d) (abcfg abcfg) (d d e d e e d) (abdef abdef))